| Einhugur Xml Plugin for Xojo |
|
Node.InsertAttributeAfter Method
Inserts attribute after other attribute.
Parameters
- name
- Name of the attribute to insert.
- attr
- The attribute will be inserted after the attribute in this parameter.
Returns
- EinhugurXml.Attribute
- The newly created attribute.
Remarks
See Also
Node Class